home *** CD-ROM | disk | FTP | other *** search
- object SxExtendedExceptionInfoWindow: TSxExtendedExceptionInfoWindow
- Left = 428
- Top = 207
- BorderStyle = bsDialog
- Caption = 'Error'
- ClientHeight = 305
- ClientWidth = 390
- Color = clBtnFace
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = True
- Position = poDesktopCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image: TImage
- Left = 4
- Top = 5
- Width = 32
- Height = 32
- end
- object Label1: TLabel
- Left = 6
- Top = 86
- Width = 134
- Height = 13
- Caption = 'Extended error information:'
- end
- object ShortInfo: TMemo
- Left = 41
- Top = 5
- Width = 343
- Height = 73
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 2
- end
- object ExtendedInfo: TMemo
- Left = 4
- Top = 102
- Width = 381
- Height = 168
- Color = clBtnFace
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 3
- end
- object btnClose: TButton
- Left = 310
- Top = 275
- Width = 75
- Height = 25
- Caption = 'Close'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object btnClipboard: TButton
- Left = 205
- Top = 275
- Width = 101
- Height = 25
- Caption = 'Copy to Clipboard'
- TabOrder = 1
- OnClick = btnClipboardClick
- end
- end
-